home *** CD-ROM | disk | FTP | other *** search
- %Cubase PostScript Dictionary
- userdict begin
- /m /moveto load def
- /L/lineto load def
- /rL /rlineto load def
- /t /show load def
- /w /setlinewidth load def
- /C /curveto load def
- /s /gsave load def
- /r /grestore load def
- /S /stroke load def
- /e /eofill load def
- /ff /findfont load def
- /scf /scalefont load def
- /stf /setfont load def
- /np /newpath load def
- /sg /setgray load def
- /sd /setdash load def
- /sw /stringwidth load def
- /cp /closepath load def
- /rect {
- 1 index 0 rL
- 0 exch rL
- neg 0 rL
- cp
- } def
- /manual { statusdict begin /manualfeed true def end } def
-
- /elw { transform round exch round exch itransform } def
-
- /getfont {exch dup FontDirectory exch known {pop pop}{buildfont} ifelse } def
-
- % Font-Size
- /FS 0. def
- /NewMatrix { makefont setfont} bind def
- /str 256 string def
- /deltaShadowX {FS 3. mul 80. div} def
- /deltaShadowY {FS 3. mul 80. div} def
- /deltaUnderlineWidth {FS 3. mul 72. div} def
- /deltaItalic {FS 16. mul 72. div} def
-
- /Outline {true charpath stroke} bind def
-
- /ShadowString{
- gsave
- /dY exch def
- /dX exch def
- /str exch def
- /Y0 exch def
- /X0 exch def
- /dX X0 dX add def
- /dY Y0 dY sub def
- np 0 sg
- dX dY elw m
- str show
- 1 sg
- X0 Y0 elw m
- str show
- 0 sg
- X0 Y0 elw m
- str Outline
- grestore
- } def
-
- /OutlineString{
- gsave
- /str exch def
- /Y0 exch def
- /X0 exch def
- X0 Y0 elw m
- str Outline
- grestore
- } def
-
- /DrawString{
- gsave
- /str exch def
- /Y0 exch def
- /X0 exch def
- X0 Y0 elw m
- str show
- grestore
- } def
-
- %Normal Underline
- /Underline
- {
- /width exch neg def
- /str exch def
- /y0 exch def
- /x0 exch def
- str sw /y1 exch def /x1 exch def
- x0 y0 elw m
- x1 width elw rect
- fill
- } def
-
- %Contour Underline
- /CUnderline
- {
- gsave
- /width exch neg def
- /str exch def
- /y0 exch def
- /x0 exch def
- str sw /y1 exch def /x1 exch def
- x0 y0 elw m
- x1 width elw rect stroke
- grestore
- } def
-
- %Shadow Underline
- /SUnderline
- {
- /width exch neg def
- /dy exch def
- /str exch def
- /y0 exch def
- /x0 exch def
- /dx {FS 6. mul 192. div} def
- /dy2 {FS 6. mul 192. div} def
-
- /y2 y0 dy sub dy2 sub def
-
- str sw exch /x1 exch def
- np 0 sg
- x0 y2 elw m
- x1 width elw rect
- fill
- /y2 y0 dy sub def
- /x0 x0 dx sub def
- 1 sg
- x0 y2 elw m
- x1 width elw rect
- fill
- 0 sg
- x0 y2 elw m
- x1 width elw rect
- stroke
- } def
-
- /Circle
- {
- 1 scale
- 0 360 arc
- } def
-
- /buildfont { dup 256 string cvs (|______) anchorsearch pop pop
- cvn findfont
- dup length dict /newfont exch def
- { 1 index /FID ne
- {newfont 3 1 roll put}
- {pop pop} ifelse
- } forall
- exch
- {newfont begin
- /Encoding Encoding 256 array copy def
- 0 MacVectors
- { dup type /nametype eq
- { Encoding 2 index 2 index put pop
- 1 add }
- { exch pop } ifelse
- } forall
- pop
- end} if
- newfont definefont pop
- } bind def % end of buildfont
-
- /MacVectors [ 39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis
- /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute
- /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde
- /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex
- /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
- /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash
- /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef
- /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash
- /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef
- /guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe
- /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide
- /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright
- /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand
- /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex
- /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex
- /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla
- /hungarumlaut/ogonek/caron ] def
- %%EndProlog
- %%Page: 1
-